home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / phigs / ptk.lha / ptk / include / stctfns.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-21  |  707 b   |  18 lines

  1. /* This is file include/stctfns.h created by Extract */
  2. /* Date: */
  3.  
  4. /*-------------------------------*/
  5. /*  Including from:source/library/stct.c  */
  6.  
  7. extern void ptk_structcontent ARGS((  Pint  wsid,   Pint  stid,   Pint  firstel,
  8.                                 Pint  lastel,   Pint  elemptr,   Pint  font,
  9.                     Pint *  error));
  10.  
  11. extern void ptk_inqstructcontentrange ARGS((  Pint  contentstid,   Pint *  firstel,
  12.                                         Pint *  lastel,   Pint *  err));
  13.  
  14. extern void ptk_setstructcontentelemptr ARGS((  Pint  contentstid,   Pint  elemptr));
  15.  
  16. extern void ptk_inqstructcontentelemptr ARGS((  Pint  contentstid,
  17.                        Pint *  elemptr,   Pint *  err));
  18.